Class FlowChartNodeImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.FlowChartNodeImpl
All Implemented Interfaces:
IPCData, FlowChartNode

public class FlowChartNodeImpl extends IPCDataImpl implements FlowChartNode
  • Field Details

    • strID

      protected String strID
    • description

      protected String description
    • isOSIIn

      protected boolean isOSIIn
    • OSILayerNumber

      protected int OSILayerNumber
  • Constructor Details

    • FlowChartNodeImpl

      public FlowChartNodeImpl()
  • Method Details

    • getStrID

      public String getStrID()
      Specified by:
      getStrID in interface FlowChartNode
      Returns:
      String Returns a String
    • setStrID

      public void setStrID(String strID)
      Specified by:
      setStrID in interface FlowChartNode
      Parameters:
      strID - Takes in a parameter of strID
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface FlowChartNode
      Returns:
      String Returns a String
    • setDescription

      public void setDescription(String description)
      Specified by:
      setDescription in interface FlowChartNode
      Parameters:
      description - Takes in a parameter of description
    • getIsOSIIn

      public boolean getIsOSIIn()
      Specified by:
      getIsOSIIn in interface FlowChartNode
      Returns:
      boolean Returns a boolean
    • setIsOSIIn

      public void setIsOSIIn(boolean isOSIIn)
      Specified by:
      setIsOSIIn in interface FlowChartNode
      Parameters:
      isOSIIn - Takes in a parameter of isOSIIn
    • getOSILayerNumber

      public int getOSILayerNumber()
      Specified by:
      getOSILayerNumber in interface FlowChartNode
      Returns:
      int Returns a int
    • setOSILayerNumber

      public void setOSILayerNumber(int OSILayerNumber)
      Specified by:
      setOSILayerNumber in interface FlowChartNode
      Parameters:
      OSILayerNumber - Takes in a parameter of OSILayerNumber
    • read

      public void read(EncodedBuffer buffer)
      Reads this object from an EncodedBuffer of raw data
      Specified by:
      read in interface IPCData
      Specified by:
      read in class IPCDataImpl
      Parameters:
      buffer - The EncodedBuffer that contains the raw data from which to construct this object